@charset "UTF-8";

/*Fonts*/
@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Body.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Disp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'ss01'; 
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Semi Bold Body.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans-SemiBoldDisp.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/SequelSans-MediumOblBody.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Head.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  color: #333;
  line-height: 1.6;
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 600; 
  font-style: normal; 
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/*Navigation */
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
	padding: 5px 20px; 
  border-bottom: 1px;
	 align-items: center;
	position: relative; 
	 z-index: 2; 
  background: white; 
}


.navbar {
  display: flex;
	 gap: 20px; 
	
}


.navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
	font-size: 11px; 
	 position: relative; 
  padding: 0 10px; 
}



.navbar a:hover {
  color: #666;
	
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.description-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.description-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.description-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
}

.logo {
 
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
	font-size: 16px; 
  padding: 0 10px; 
}


.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
  background: #000 url('images/CHAIR.jpg') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  z-index: 1;
  background: transparent;
}

/* Logo image */
.logo-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}


.logo span {
  text-align: center;
	font-size: 14px; 
  line-height: 1.2; 
}

/* Footer Styles */
.brand-footer {
  background: #000;
  background: linear-gradient(90deg, #000, #333);
  color: white;
  padding: 40px 0;
  width: 100%;
  font-family: 'Outfit', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  padding-bottom: 10px;
}


.footer-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.social-icons img {
  width: 15px;
	height: 15px;
	padding-top: 1px;
  transition: all 0.3s ease;
}
	

.social-icons img:hover {
  opacity: 0.8;
}


  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 20px;
    height: 20px;
  }


.row {
	display: block;
  text-align: center; 
  margin-bottom: 20px; 
}

.second{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.our{
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 500;  
  font-feature-settings: 'ss02'; 
}



.redbox {
	background-color: #A82231; 
	padding: 8px;
	color:#FFFFFF; width: 80px;
	margin-top: -40px;
}

.redbox:hover {transition: 0.3s;
	background-color:#5B0F18;
	
}

.brand-footer {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-section {
  flex: 1;
  padding-right: 40px;
}

.footer-columns {
  flex: 1;
  display: flex;
}

.address-factory {
  flex: 1;
}

.contact-follow {
  flex: 1;
}

.footer-section {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 15px;
  height: 15px;
}

.browse:hover {background-color:#76121D;
}

	
      .contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}


.contact-container h1 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-container .form-field {
  margin-bottom: 25px;
}

.contact-container label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.contact-container input[type="text"],
.contact-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: 'Sequel Sans', sans-serif;
  font-size: 14px;
  background: transparent;
}

.contact-container textarea {
  height: 150px;
  resize: vertical;
}

.contact-container h2 {
  font-size: 18px;
  margin: 30px 0 15px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-container p {
  margin: 5px 0;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
}
.contact-info {
  margin: 0;
  padding-top: 50px; 
}
.map-container {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 40px;
}


.contact-form h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.grid .item p {
  font-weight: normal;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .header {
    flex-direction: column;
    padding: 10px;
  }
  
  .navbar {
    width: 100%;
    justify-content: center;
    margin: 5px 0;
  }
  
  .left-nav, .right-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .navbar a:not(:last-child)::after {
    display: none;
  }
  
  .logo {
    order: 0;
    margin: 10px 0;
  }
  
  .main {
    flex-direction: column;
  }
  
  .aside-left, .aside-right {
    width: 100%;
    padding: 10px;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .col {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 400px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .description-content h2 {
    font-size: 28px;
  }
  
  .col {
    width: 100%;
    max-width: 400px;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 350px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .hero-content p {
    font-size: 14px;
  }
  
  .cta-button {
    padding: 12px 24px;
  }
  
  .description-content h2 {
    font-size: 24px;
  }
  
  .navbar {
    gap: 10px;
  }
  
  .navbar a {
    font-size: 10px;
    padding: 0 5px;
  }
  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 25px;
    height: 25px;
  }
}

.nav-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  background-color: #FAF7F4;
  z-index: 0;
}


.navbar a {
  padding-top: 6px; 
}

.logo {
  padding-top: 6px;
}

.form-field {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 20px;
  }

  .contact-form, .contact-info {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-info {
    margin-top: 40px;
  }

  .map-container iframe {
    width: 100%;
  }

  .redbox {
    width: 100%;
    max-width: 300px;
    align-self: center;
  }
}

@media (min-width: 401px) {
  body {
    font-size: 1.05em; /* Slightly increase base font size */
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 5px 15px;
  }
  
  .navbar {
    gap: 15px;
  }
  
  .logo span {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .contact-container {
    display: block; /* Changed from grid to block for better compatibility */
  }
  
  .contact-info {
    padding-top: 0;
    margin-top: 20px;
  }
  
  .footer-container {
    display: block; /* Changed from grid to block */
  }
  
  .footer-columns {
    margin-top: 30px;
    display: block;
  }
}

@media (max-width: 768px) {
  .header {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  
  .logo {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
    position: static;
    transform: none;
  }
  
  .left-nav, .right-nav {
    width: auto;
    justify-content: center;
  }
  
  .navbar {
    gap: 10px;
  }
  
  .navbar a {
    font-size: 10px;
    padding: 0 8px;
  }
  
  .contact-form h1 {
    font-size: 28px;
  }
  
  .footer-section h3 {
    font-size: 13px;
  }
  
  .footer-section p {
    font-size: 13px;
  }
  
  .redbox {
    margin-top: 0;
    margin-bottom: 20px;
  }
}